home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue51 / Construc / MainUnit.dfm < prev    next >
Text File  |  1999-09-24  |  640b  |  30 lines

  1. object Form1: TForm1
  2.   Left = 270
  3.   Top = 163
  4.   Width = 240
  5.   Height = 74
  6.   Caption = 'The Delphi Magazine #51'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 231
  20.     Height = 45
  21.     Caption = 'XMidas Server'
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -32
  25.     Font.Name = 'Comic Sans MS'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29. end
  30.